func github.com/gotd/td/internal/crypto.sha1c

2 uses

	github.com/gotd/td/internal/crypto (current package)
		keys_old.go#L37: func sha1c(r []byte, authKey Key, msgKey bin.Int128, x int) []byte {
		keys_old.go#L95: 	c := sha1c(r[2*sha1.Size:2*sha1.Size], authKey, msgKey, x)